IS_AUTOCALCULATED()
This function evaluates to a single character and is applied to columns that contain property values. It evaluates to T if the value in the property is in an auto-calculate state, and to F if it is not.
erwin DM r8 only applies this state to the Cardinality property on a Relationship object. Future releases of erwin DM may extend the auto-calculation state to more property types.
You can use a query similar to the following to see which Relationship objects in the model have explicit cardinality set:
SELECT ID@, NAME
FROM RELATIONSHIP
WHERE IS_AUTOCALCULATED(CARDINALITY) = 'F'
Copyright © 2025 Quest Software, Inc. |